home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / dos / djgpp / cf / djgpp.in next >
Encoding:
Text File  |  1994-08-10  |  924 b   |  38 lines

  1. # -----------------------------------------------------------------------
  2. # $Id: djgpp.in,v 1.1 1994/08/10 01:08:16 mjl Exp $
  3. #
  4. # Paul Kirschner
  5. # pek@utrc.utc.com
  6. # 14-Jul-1994
  7. #
  8. # copy source files into the tmp directory
  9. # -----------------------------------------------------------------------
  10.  
  11. # First time only, should be executed from $(PLTMP)
  12.  
  13. links: linkmain linkstubs
  14.  
  15. linkmain:
  16.     copy ..\..\..\..\src\*.c .
  17.     copy ..\..\..\..\include\*.h .
  18.     copy ..\..\..\..\drivers\*.c .
  19. #    copy ..\..\..\..\fonts\*.* .
  20.     copy ..\..\..\..\utils\*.* .
  21. #    copy ..\..\..\..\lib\*.fnt .
  22.     copy ..\src\*.* .
  23.     copy ..\cf\*.h .
  24.  
  25. linkstubs:    
  26.     copy ..\..\..\..\src\stubc\*.c .
  27.     copy ..\..\..\..\src\stubf\*.* .
  28.  
  29. linkexamples:
  30.     copy ..\..\..\..\examples\c\*.c .
  31.     copy ..\..\..\..\examples\f77\*.f .
  32.  
  33. # Add gnusvga to driver list
  34.  
  35. DRIVERS_C = $(DRIVERS_C) gnusvga.c
  36. ADD_DRIVERS_OBJ = $(DRIVERS_OBJ) gnusvga$O
  37.  
  38.